@charset "utf-8";
/*网站咨询业务QQ:942031558*/
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
input,textarea {
	outline: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a{ 
	text-decoration:none !important;
	color:#666;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
a:hover{
	text-decoration: none !important;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#666;
	line-height:1.5;
	overflow-x: hidden;
}

.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
.img {
	overflow: hidden;
}
.img img {
	width: 100%;
	transition: all .2s;
}
.img:hover img {
	transform: scale(1.05);
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.vm {
	display: inline-block;
	vertical-align: middle;
}
.text_o {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.title-color {
	color: #333;
}
em,i {
	font-style: normal;
}

/**新闻中心**/
.ind_news{padding:45px 0 50px;}
.ind_newscon{margin:40px 0 50px;}
.ind_news_list li{line-height: 26px;background: #eee; margin-bottom:30px; overflow: hidden;transition: all .5s;-webkit-transition: all .5s;}
.ind_news_list li a{display: block;}
.ind_news_list li .date{width:122px; font-size:44px;line-height: 40px; font-weight: bold;color: #fff;padding: 35px 0; text-align: center;background: #003a8f;}
.ind_news_list li .date .date_2{display: block; font-size: 16px;height: 20px;line-height: 20px;margin-top: 10px; font-weight: normal;}
.ind_news_list .newsr{padding:25px 18px 0 144px;text-align: left;}
.ind_news_list h1{font-size:16px;color: #000;height: 26px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.ind_news_list h1 a{color: #000;}
.ind_news_list .newstext{font-size: 14px;color: #333; height:52px;margin-top: 10px; overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.ind_news_list li a:hover{color: #0047d5;}
.ind_news .more{margin:20px auto 0;}
.ind_news_list li:hover{box-shadow:#3333334f 0px 2px 9px 2px;-webkit-box-shadow:#3333334f 0px 2px 9px 2px;}

/*pager*/
.nypager{
	text-align: center;
	margin:30px 0 20px;
}
.nypager a{
	display: inline-block;
	color: #666;
	padding: 4px 12px;
	border: #dcdcdc 1px solid;
	margin: 4px 0;
}
.nypager span.active a,.nypager a:hover{
	background: #003a8f;
	border-color: #003a8f;color: #fff;
}

/*新闻内页*/

h4.newstitle {
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}

.news_message {
	text-align: center;
	margin-bottom: 30px;
}
.news_con{font-size: 16px;line-height: 28px;color: #333;min-height: 300px;}
.news_con img{max-width: 100%;}
#preLink,#nextLink{font-size: 16px;line-height: 30px;display: block;}


/*头部*/
header{	
	position: relative;
	z-index: 30;
	height: 100px;
	width: 100%;
	background: #fff;
}
header .container {
	height: 100px;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.container {
	padding: 0;
}
.logo{
	/*margin: 7px 0 0 0;*/
	float: left;
}
.logo img{
	display: block;
}
.top-phone {
	background: url(../images/phone_icon.png) no-repeat left center;
	margin-top: 14px;
	padding: 5px 0 5px 52px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #163e86;
	
}
.top-phone h4,.top-phone {
	font-weight: bold;
}
.top-form {
	background: #efefef;
	height: 30px;
	margin: 5px 0 0;
	line-height: 30px;
}
.top-form input {
	border: none;
}
.top-form input[type='text'] {
	padding-left: 7px;
	background: none;
}
.top-form input[type='submit'] {
	background: url(../images/search_icon.png) no-repeat center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
@media only screen and (max-width:991px ) {
	.top-phone,header .top-form {
		display: none;
	}
	#mobileMenu .top-form {
		margin-bottom: 20px;
	}
}
.nav-wrap {
	height: 50px;
	background: #163e86;
	width: 100%;
	/*box-shadow: 0 3px 3px rgba(0,0,0,.15);*/
	position: relative;
	z-index: 10;
}
.nav>li{
	float: left;
	position: relative;
	width: 14.285%;
}
.nav>li:last-child {
	margin-right: 0;
}
.nav>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color:#fff;
	padding: 0;
}
.nav>li:hover>a,
.nav>li:focus>a{
	background: #0471ba;
}
.nav>li.active>a{
	background: #0471ba;
}
.nav-dl {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 165px;
	/*text-align: center;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);*/
	z-index: 100;
}
.nav-dl dd a{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 0 10px 0 32px;
	margin-top: 1px;
	background: #163e86;
}
.nav-dl dd a:hover {
	background: #0471ba;
}
.products-dl {
	width: 100%;
	text-align: left;
}
@media only screen and (max-width:1199px ) {
	.nav>li {
	    margin-right: 0px;
	}
}
@media only screen and (max-width:991px ) {
	.nav-wrap {
		display: none;
	}
	.nav-dl {
		position: inherit;
	}
}


#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: none;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle {
	text-align: center;
	padding: 38px 0 0;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    /*text-indent: -9999px;*/
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    /*height: 3px;*/
    width: 24px;
    font-size: 12px;
    top: 35%;
    left: 50%;
    margin-left: -11px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    /*text-indent: -9999px;*/
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu li>a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
#mobileMenu .menu li.sub>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
#mobileMenu .menu li.active>a {
	background-color: #163e86;
    text-decoration: none;
    color:#fff;
}
#mobileMenu .menu li.on>a {
	background-color: #163e86;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.mobile_search{
	border-bottom: 1px solid #e6e6e6;
}
#mobileMenu .menu li.login-li>a::after {
	display: none;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}

@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
	.search-icon {
		display: none;
	}
	header .nav{
		display: none;
	}
	#navToggle{
		display: block;
	}
	header .container {
		width: 100%;
		padding: 0 15px;
		height: 70px;
	}
	.header-icon {
		display: none;
	}
	.logo {
		/*margin-top: 10px;*/
		height: 70px;
	}
	.logo img {
		height: 70px;
	}
	.container {
		padding: 0 15px;
	}
}
@media only screen and (max-width:450px ) {
	header .container {
		padding: 0 10px;
	}
}

/*banner*/
#banner .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	background: #fff;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active {
	background: #163e86;
}
#banner .swiper-slide img {
    width: 100%;
    display: block;
    min-height: 160px;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
@media only screen and (max-width:991px ) {
	#banner {
		margin-top: 0;
	}	
}

.index-adv {
	height: 570px;
	background: url(../images/index-adv.jpg) no-repeat center top;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.index-adv li {
	margin-top: 165px;
}
.index-adv li img {
	width: 50%;
	max-width: 128px;
}
.index-adv h3 {
	padding: 12px 0;
	font-size: 24px;
}
@media only screen and (max-width: 768px) {
	.index-adv {
		font-size: 14px;
		line-height: 1.5;
	}
	.index-adv li {
		margin-top: 45px;
	}
	.index-adv li p {
		min-height: 85px;
	}
}

/*关于我们*/
.about {
	/*margin: 65px auto 60px;*/
	background: url(../images/index-about.jpg) no-repeat center bottom;
	background-size: auto 100%;
	min-height: 730px;
	padding: 100px 0 30px;
}
.index-title {
	text-align: center;
	margin-bottom: 24px;
}
.index-title h3 {
	line-height: 55px;
	font-size: 32px;
	color: #163e86;
	font-weight: bold;
}
.index-title h4 {
	line-height: 35px;
	position: relative;
	height: 35px;
	font-size: 0;
}
.index-title h4 span {
	font-size: 14px;
	color: #777;
	padding: 0 18px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 3;
}
.index-title h4:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 1px;
	width: 100%;
	max-width: 400px;
	background: #ccc;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*.about-content {
	overflow: hidden;
}*/
.title-color {
	color: #333;
}
em,i {
	font-style: normal;
}
.about-img {
	float: left;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	height: 500px;
	position: relative;
	overflow: hidden;
	visibility: visible !important;
	box-shadow: 20px 20px 0 #163e86;
}
.about-img img {
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;	
}
.about-right {
	float: right;
	width: 50%;
}
.about-nr {
	font-size: 14px;
	color: #666;
	padding: 85px 0 0 50px;
	line-height: 28px;
	overflow: hidden;
}
.about-nr a {
	display: block;
	width: 138px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #333;
}
.about-nr a:hover {
	background: #333;
	color: #fff;
}
.index-tit {
	padding: 70px 0 30px;
}
.index-tit h3 {
	margin-bottom: 5px;
	font-size: 36px;
	font-weight: bold;
}

@media only screen and (max-width:991px ) {
	.index-tit {
		padding: 30px 0 15px;
	}
}
@media only screen and (max-width:767px ) {
	.index-tit h3 {
		line-height: 40px;
		font-size: 22px;
	}
	
}
@media only screen and (max-width:500px ) {
	.about-menu li a {
		display: block;
		width: 63px;
		max-width: none;
		padding-top: 63px;
		line-height: 35px;
		font-size: 14px;
		color: #000;
		text-align: center;
		margin: 0 auto;
	}
}


/*产品中心*/
.product-wrap li a {
	display: block;
	margin-bottom: 20px;
	border: 2px solid #f7f7f7;
}
.product-wrap li p {
	padding-bottom: 20px;
	background: #f7f7f7;
}
.product-wrap li em,.product-wrap li i {
	display: block;
	color: #333;
	font-size: 16px;
}
.product-wrap li em {
	padding: 15px 0;
}
.product-wrap li i {
	width: 90px;
	height: 2px;
	margin: 0 auto;
	background: #333;
}
.product-wrap li a:hover {
	border-color: #163e86;
}
.product-wrap li a:hover p {
	background: #163e86;
}
.product-wrap li a:hover p em {
	color: #fff;
}
.product-wrap li a:hover p i {
	background: #fff;
}

.text_o {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn-more {
	max-width: 330px;
	line-height: 50px;
	display: block;
	margin: 20px auto 80px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border: 2px solid #163e86;
}
.btn-more:hover {
	background: #163e86;
	color: #fff;
}
@media only screen and (max-width:991px ) {
	.btn-more {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:767px ) {
}

/*新闻中心*/
@media only screen and (max-width:991px ) {
}
@media only screen and (max-width:767px ) {
}

/*底部内容*/
footer {
	background: #163e86;
	color: #fff;
}
footer a,footer a:hover {
	color: #fff;
}
.footer-cont {
	padding: 25px 0 15px;
	border-bottom: 1px solid rgba(255,255,255,1);
	
}
.footer-cont li h3 {
	margin-bottom: 10px;
	font-size: 16px;
}
.footer-cont li {
	line-height: 28px;
}

.footer-ewm div {
	margin-left: 25px;
}

.copyright {
	padding: 10px 15px 14px;	
}
.copyright-link {
	margin-top: 5px;
}
.copyright-link label {
	width: 72px;
	font-weight: normal;
}
.copyright-link p {
	width: calc(100% - 72px);
}

.tr {
	text-align: right;
}
.vm {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width:1199px ) {
}	
@media only screen and (max-width:991px ) {
	.footer-cont li {
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width:650px ) {
	.footer-cont li img {
		width: 100%;
	}
	.footer-cont li div {
		width: 100%;
		margin-left: 0;
	}
	.footer-cont li div:nth-of-type(1) {
		display: none;
	}
}

.index-about {
	min-height: 650px;
	padding-bottom: 80px;
	background: url(../images/index-about.jpg) no-repeat center top fixed;
}
.index-about-txt {
	text-align: center;
	line-height: 1.8;
	color: #333;
	/*padding: 25px 0 0;*/
}
.index-about-list li {
	margin-top: 32px;
	text-align: center;
}
.index-about-list li dl {
	padding: 25px 20px 20px;
	background: #fff;
}
.index-about-list li img {
	margin: 18px auto 15px;
}
.index-about-list li h4 {
	font-size: 24px;
	font-weight: bold;
}
.index-about-list li:nth-of-type(1) dl {
	background: #e09418;
	color: #fff;
}
.index-about-list li:nth-of-type(1) h4 {
	color: #fff;
}
.index-about-list li:nth-of-type(2) h4 {
	color: #009c6d;
}
.index-about-list li:nth-of-type(3) h4 {
	color: #de012d;
}
.index-about-list li:nth-of-type(4) h4 {
	color: #025cac;
}
.index-news-cont {
	padding-bottom: 15px;
}
.index-news-cont .img {
	position: relative;
	display: block;
}
.index-news-cont .img p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 25px;
	line-height: 54px;
	background: #163e86;
	color: #fff;
}
.index-news-cont li {
	padding: 13px 0;
	border-bottom: 1px solid #6b6b6c;
}
.index-news-cont li h3 {
	padding-bottom: 10px;
}
.index-news-cont li:hover h3 {
	color: #163e86;
	font-weight: bold;
}
.index-news-cont li dl {
	font-size: 12px;
}
.index-news-cont li dt {
	width: 100%;
	max-width: 350px;
	font-weight: normal;
}
.index-news-cont li dd {
	color: #999;
}

/*内页样式*/
.inside-banner{
	width: 100%;
}
.inside-banner img{
	display: block;
	width: 100%;
	min-height: 180px;
}

.main {
	overflow: hidden;
	padding: 55px 0;
}
.main-left {
	float: left;
	width: 235px;
}
.main-right {
	float: right;
	width: -webkit-calc(100% - 292px);
	width: -moz-calc(100% - 292px);
	width: calc(100% - 292px);
}
.left-title {
	padding: 20px 5px 10px;
	background: #163e86;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.left-title img {
	position: absolute;
	right: 14px;
	bottom: 10px;
}
.left-title>span {
	font-size: 24px;
}
.left-ul {
	border-bottom: 5px solid #163e86;
}
.left-ul li {
	margin-top: 2px;
}
.left-ul li a {
	display: block;
	height: 44px;
	line-height: 44px;
	background: #f0f0f1;
	padding-left: 65px;
	font-size: 16px;
	color: #333;
	/*background: url(../images/li_icon1.png) no-repeat calc(100% - 28px) center;*/
}
.left-ul li a:hover {
	color: #163e86;
}
.left-ul li.active a {
	/*background: url(../images/li_icon2.png) no-repeat calc(100% - 28px) center #163e86;*/
	background: #163e86;
	color: #fff;
}
.left-contact {
	height: 130px;
	background: #163e86;
	padding: 9px;
	margin-top: 21px;
}
.left-contact-content {
	height: 100%;
	border: 1px solid #fff;
	background: url(../images/left-contact.png) no-repeat 15px top;
	padding: 24px 0 0 42px;
	color: #fff;
}
.left-contact-content h3 {
	line-height: 32px;
	font-size: 19px;
}
.left-contact-content h4 {
	line-height: 30px;
	font-size: 18px;
}
.inside-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
.inside-title span {
	color: #333;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #163e86;
	display: inline-block;
}
.crumbs {
	line-height: 50px;
	background: #f5f5f5;
	font-size: 14px;
	color: #666;
}
.crumbs p {
	padding-left: 25px;
	background: url(../images/home-icon.png) no-repeat left center;
}
.crumbs a:hover {
	color: #163e86;
}
.right-box img{
	width: 100%;
	margin-bottom: 10px;
}
.left-title #navToggle {
	width: 50px;
    height: 50px;
}
.left-title #navToggle span,
.left-title #navToggle::after,
.left-title #navToggle::before {
	background: #fff;
}
.left-title p {
	font-size: 30px;
	line-height: 1;
}
.right-box {
	line-height: 28px;
}

.color-red {
	color: #163e86;
}
@media only screen and (max-width:991px ) {
	.main {
		padding: 30px 0 40px;
	}
	.left-title p {
		font-size: 20px;
		line-height: 1;
	}
	.main-left {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.main-right {
		float: none;
		width: 100%;
	}
	.left-title {
		padding: 0;
		text-align: left;
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
	}
	.left-title span {
		font-size: 22px;
	}
	.left-title p {
		display: inline-block;
		vertical-align: middle;
	}
	.left-title img {
		position: relative;
		right: 0;
		bottom: 0;
		top: -3px;
		vertical-align: middle;
		display: inline-block;
		line-height: 50px;
		margin-left: 10px;
	}
	.left-contact {
		display: none;
	}
	.left-ul {
		display: none;
	}
	.left-ul li a {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding: 0 15px;
	}
}
@media only screen and (max-width:767px ) {
	/*.main {
		margin: 30px auto;
	}*/
}

.pro-ul {
	overflow: hidden;
	margin: 0 -9px;
}
.pro-ul li {
	padding: 0 9px;
}
.pro-ul li a {
	line-height: 45px;
	font-size: 16px;
	color: #333;
}
.pro-list {
	display: block;
	max-width: 299px;
	margin: 0 auto;
}
.pro-list-img {
	position: relative;
	overflow: hidden;
	border: 2px solid #f7f7f7;
}
.pro-ul li a:hover .pro-list-img {
	border-color: #163e86;
}
.pro-list-img img {
	display: block;
	width: 100%;
}

.pro-hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(29,138,241,.5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro-hover span {
	display: block;
	background: url(../images/more-icon.png) no-repeat;
	height: 36px;
	width: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pro-list-img:hover .pro-hover,
.pro-list-img:focus .pro-hover{
	opacity: 1;
}
.pro-list .pro-name {
	padding-top: 12px;
	height: 77px;
}

.right-box-txt {
	text-indent: 2em;
}
/*新闻*/
.news-ul li {
	overflow: hidden;
	padding: 13px 0;
	border-bottom: 1px dashed #cfcfcf;
}
.news-ul li p {
	max-width: 80%;
	color: #333;
	padding-left: 15px;
	background: url(../images/news-icon.png) no-repeat left center;
}
.news-ul li span {
	font-size: 12px;
	color: #777;
}
.news-date {
	height: 60px;
	border-right: 1px solid #dcdcdc;
	width: 69px;
	text-align: center;
	float: left;
}
.news-date span {
	display: block;
	line-height: 35px;
	font-size: 30px;
	color: #000;
}
.news-date p {
	line-height: 25px;
	font-size: 14px;
	color: #000;
}
.news-right {
	height: 60px;
	width: calc(100% - 84px);
	float: right;
}
.news-right h4 {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-right h4 a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.news-right h4 a:hover {
	color: #163e86;
}
.news-right p {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media only screen and (max-width:767px ) {
	.news-right h4 a {
		font-size: 14px;
	}
}

.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111;
}
.news-content{
	/*margin: 20px 0px;*/
	min-height: 200px;
}
@media only screen and (max-width:767px ) {
	.news-content img {
		width: 100%;
	}
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}

@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
	font-size: 0;
}
.page-box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #bfbfbf;
	line-height: 30px;
	padding: 0px 12px;
	color: #969696;
	margin:0px 3.5px;
	font-size: 14px;
}
.page-box a.on{
	color:#fff;
	background:#163e86;
	border: 1px solid #163e86;
}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px;
	}
	.page-box a{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.news-list h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 6px;
}
.news-list span {
	font-size: 12px;
	color: #999;
}
.news-list li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #bfbfbf;
}
.news-list li p {
	padding: 5px 0;
}
.news-list li a {
	color: #666;
}
.news-list li i {
	text-decoration: underline;
}
.news-list li:hover h3,.news-list li:hover i {
	color: #163e86;
}







